﻿@charset "utf-8";
/*整体 重置*/
body {
    background-color: #fff;
}

#body {
    /*margin-top: -80px;*/
}

/*整体 重置 end*/

/*--搜索区域 重置--*/

.search-input {
    margin-bottom: 10px;
}

/*--搜索区域 重置 end--*/
/*--首页结构--*/
.row {
    /* margin: 0 -10px 10px; */
}

/*.row:before, .row:after {*/
/*	display: table;*/
/*	content: " ";*/
/*}*/
.row:after {
    clear: both;
}

.a-data .col {
    position: relative;
    height: 84px;
    padding: 7px 15px 7px 15px;
    border-bottom: 1px solid #d1d1d1;
}

.col-left {
    float: left;
    width: 950px;
}

.col-left h2, .col-right h2 {
    position: relative;
}

.col-left h2 .more, .col-right h2 .more {
    position: absolute;
    right: 10px;
    bottom: 5px;;
    font-size: 14px;
}

.col-left h2 .more img {
    vertical-align: middle;
    margin-right: 3px;
}

.col-right h2 .more {
    bottom: 4px;
    right: 10px;
}

.col-left h2 a, .col-left h2 .more a, .col-right h2 .more a {
    padding: 0;
    color: #999;
}

.col-left h2 .more a i, .col-right h2 .more a i {
    margin-right: 3px;
}

.col-right {
    margin-left: 960px;
}

.col-right .loading {
    min-height: 100px;
}

/*--首页结构end--*/

.index-top {
    height: 41px;
    /* margin-bottom: 15px; */
    /* padding-top: 5px; */
    background: #e9e9e9;
    border-bottom: 2px solid #265a96;
}

/*--导航切换标签 (固定)--*/
.web-guid:after {
    content: "";
    display: block;
    clear: both;
}

.web-guid .guid-name {
    float: left;
    position: relative;
    width: 112px;
    height: 52px;
    font-size: 15px;
    line-height: 52px;
    color: #fff;
    text-align: center;
    background: #25548a;
    /* border-bottom: 3px solid #7a1616; */
}

.web-guid .guid-name:after {
    position: absolute;
    top: 50%;
    right: 8px;
    margin-top: -6px;
    border-width: 6px 0 6px 6px;
    border-style: dashed dashed dashed solid;
    border-color: transparent transparent transparent #fff;
    content: "";
}

.web-guid .guid-name a {
    color: #fff;
}

.web-guid .journal-class-list {
    float: left;
    width: 874px;
    height: 50px;
}

.web-guid .journal-class-list ul {
    display: inline-block;
    padding: 0 20px;
    white-space: nowrap;
    vertical-align: middle;
}

.web-guid .journal-class-list li {
    display: inline-block;
    line-height: 52px;
    color: #cccccc;
}

.web-guid .journal-class-list li:after {
    display: inline-block;
    margin: 0 8px 0 8px;
    content: "|";
    color: #a7a7a7;
}

.web-guid .journal-class-list li:last-child:after {
    display: none;
}

.web-guid .journal-class-list li a {
    color: #333333;
    font-size: 14px;
}

.web-guid .guid-more {
    /* float: left; */
}

.web-guid .guid-more {
    float: left;
    position: relative;
    width: 106px;
    height: 52px;
    margin-left: 1px;
    font-size: 15px;
    line-height: 52px;
    color: #000;
    text-align: center;
    background: rgba(42, 125, 221, 0.2);
    /* border-bottom: 3px solid #999999; */
    padding-left: 14px;
}

.web-guid .guid-more:after {
    position: absolute;
    top: 50%;
    left: 14px;
    margin-top: -6px;
    border-width: 7px 7px 7px 0;
    border-style: dashed solid dashed dashed;
    border-color: transparent #265a96 transparent transparent;
    content: "";
}

.web-guid .guid-more a {
    color: #000;
}

/*--导航切换标签 end--*/
.part1 {
    /* margin: 0 0 10px; */
}

/*--图片新闻切换 (固定)--*/
.pic-show {
    float: left;
    position: relative;
    width: 610px;
    background: #dedede;
}

.pic-move {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 340px;
}

.pic-move ul {
    position: relative;
    width: 1000%;
}

.pic-move li {
    float: left;
    width: 610px;
    height: 340px;
}

.pic-move li a {
    position: relative;
    float: left;
}

.pic-move li img {
    width: 610px;
    height: auto;
}

.pic-move li a span {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50px;
    padding: 0 10px;
    font-size: 15px;
    color: #fff;
    text-align: left;
    line-height: 50px;
    background: rgba(0, 0, 0, 0.5);
}

.pic-show .pic-sel {
    position: absolute;
    bottom: 37px;
    left: 0;
    height: 45px;
}

.pic-show .pic-sel > span {
    position: relative;
    float: left;
    width: 55px;
    height: 45px;
    margin-right: 1px;
    padding: 3px 0;
    text-align: center;
    color: #fff;
    cursor: pointer;
    background: rgba(215, 60, 60, .7);
}

.pic-show .pic-sel > span span {
    display: block;
    font-size: 14px;
    line-height: 20px;
}

.pic-show .pic-sel > span.current {
    position: relative;

    color: #df4141;
    background-color: #fff;

}

.pic-show .pic-sel > span.current span {
    font-weight: bold;
}

/*--图片新闻切换 end--*/
/*--新闻 (固定)--*/
.news {
    height: 406px;
    /* margin-left: 580px; */
    /* padding-left: 25px; */
    width: 400px;
    /* float: right; */
    /* background: #fff; */
}

.news .title {
    position: relative;
    height: 36px;
    color: #333333;
    margin-bottom: 0;
    font-size: 20px;
    font-weight: lighter;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 24px;
    border-bottom: 1px solid #d9d8d4;
    padding-left: 14px;
}

.news .title a {
    float: left;
    position: relative;
    height: 35px;
    top: -2px;
    padding: 0px;
    line-height: 30px;
    text-align: center;
    color: #252525;
    margin-right: 24px;
}

.news .title .current:after {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -3px;
    border-bottom: 2px solid #060606;
    content: "";
}

.news .title .more {
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 12px;
    font-weight: lighter;
}

.news .title .more a {
    color: #888;
    line-height: 37px;
    margin-right: 0;
    font-size: 14px;
    font-weight: normal;
}

.news-list {
    overflow: hidden;
    position: relative;
    float: left;
    width: 100%;
    padding: 6px 0 0;
    /* background-color: #f7f4ee; */
    margin-top: 6px;
    /* padding: 8px; */
}

.news-list li {
    position: relative;
    overflow: hidden;
    height: 40px;
    padding-right: 90px;
    /* text-overflow: ellipsis; */
    font-size: 15px;
    line-height: 34px;
    /* background: url(../../images/site/news-list-icon.png) no-repeat 2px 12px; */
    overflow: hidden;
    /* width: 556px; */
}
/* 前三个列表项 */
.news-list li:nth-child(-n+2) {
    padding-left: 68px;
}

/* 其余列表项 */
.news-list li:nth-child(n+3) {
    padding-left: 38px;
}

.news-list li a {
    display: inline-block;
    color: #333;
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    /* border: 1px #f00 solid; */
}

.news-list li a:hover {
    color: #a21e1e;
    /* text-decoration: underline; */
}

.news-list li .time {
    position: absolute;
    top: 1px;
    right: 0px;
    color: #bbb;
    font-size: 13px;
    line-height: 30px;
}

/*--新闻 end--*/
/*内容框*/
.m-box {
    float: left;
    /* width: 418px; */
    /*margin: 0 10px 10px;*/
}

.m-box-title {
    position: relative;
    height: 50px;
    line-height: 50px;
}

.m-box-title h2, .m-box-title .h-sel,
.m-box-title h2, .m-box-title .m-sel {
    font-size: 18px;
    font-weight: lighter;
    line-height: 50px;
}

.m-box-title h2:before {
    position: absolute;
    left: 0;
    /* right: 0; */
    /* bottom: 0; */
    /* border-bottom: 4px solid #a21e1e; */
    content: "";
    background: url("../../images/site/h-pic.png");
    width: 12px;
    height: 30px;
    top: 12px;
}

.m-box-title .h-sel a,
.m-box-title .m-sel a {
    display: inline-block;
    position: relative;
    padding: 0 4px;
    color: inherit;
}

.m-box-title .h-sel .current:after, .m-box-title .m-sel .current:before {
    position: absolute;
    left: 0;
    /* right: 0; */
    /* bottom: 0; */
    /* border-bottom: 4px solid #a21e1e; */
    content: "";
    background: url("../../images/site/h-pic.png");
    width: 12px;
    height: 30px;
    top: 12px;
    /* margin-right: 0px; */
}

.m-box-title .h-intro {
    margin-left: 20px;
    color: #999;
    font-size: 14px;
}

.m-box-title .h-intro a {
    margin-left: 5px;
    font-size: 16px;
    text-decoration: underline;
}

.m-box-title .h-intro a i {
    margin-right: 3px;
    text-decoration: none;
}

.m-box-title .more {
    position: absolute;
    right: 54px;
    top: 0;
    font-size: 12px;
    line-height: 55px;
}

.m-box-title .more a {
    color: #999;
}

.m-box-title .more a i {
    margin-right: 4px;
}

.m-box-title .m-sel + .more a {
    display: none;
}

.m-box-title .m-sel + .more a.current {
    display: block;
}

.m-box-content {
    padding: 16px;
    /* border: 1px solid #f00; */
    clear: both;
    /* width: 868px; */
    /* height: 394px; */
    overflow: hidden;
    /* float: right; */
    /* margin-top: 82px; */
    z-index: 999;
    background: #fff;
    border-radius: 6px;
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.08);
}

/*两栏左侧*/
.box-l {
    width: 761px;
}

/*三栏左侧*/
.box-s {
    width: 390px;
}

/*--学院数字图书馆 (固定)--*/
/*学院数字图书馆			*/
.school-list {
    /* margin-left: -15px; */
    /* background: url(../../images/site/pic-school.png) no-repeat right bottom; */
    margin-top: 8px;
}

.school-list ul {
    float: left;
    width: 20%;
    padding-left: 15px;
    border-right: 2px solid #1394dc;
}

.school-list ul:last-child {
    border: 0;
}

.school-list:before, .school-list:after {
    display: table;
    content: "";
    clear: both;
}

.school-list li {

    padding-left: 20px;
    font-size: 16px;
    line-height: 50px;
    background: url(../../images/site/icon-fg.png) no-repeat 0 center;

}

.school-list li a {
    display: inline-block;
    max-width: 90%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #333;
    vertical-align: bottom;
}

.school-list dl {
    float: left;
    width: 177px;
    height: 38px;
    /* margin: 5px; */
    padding: 0;
    margin-right: 16px;
    margin-bottom: 16px;
    border: 1px #dddddd solid;
    background: #fff;
    line-height: 40px;
    /* text-align: center; */
    padding-left: 16px;
    white-space: nowrap;
    padding-right: 13px;
}

.school-list dl:nth-of-type(4n) {
    margin-right: 0;
}

.school-list dt, .school-list dd {
    display: block;
    /* margin-bottom: 4px; */
    font-size: 15px;
    font-weight: normal;
    line-height: 37px;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #666;
}

.school-list dt img {
    vertical-align: middle;
    margin-top: -4px;
    margin-right: 5px;
}

.school-list dt i {
    display: inline-block;
    position: relative;
    top: -1px;
    width: 20px;
    height: 20px;
    background: url(../../images/site/icon-school.png) no-repeat;
    vertical-align: middle;
}

.school-list dt .icon-s2 {
    background-position: -20px 0;
}

.school-list dt .icon-s3 {
    background-position: -40px 0;
}

.school-list dt .icon-s4 {
    background-position: 0 -20px;
}

.school-list dt .icon-s5 {
    background-position: -40px -20px;
}

.school-list dt .icon-s6 {
    background-position: -20px -20px;
}

.school-list dd {
    display: inline-block;
    font-size: 14px;
    font-weight: lighter;
}

.school-list dd:after {
    display: inline-block;
    position: relative;
    top: -1px;
    margin-left: 3px;
    color: #e3e2e2;
    content: "|";
}

.school-list dd a {
    color: #666666;
}

.data-list li a:hover {
    color: #d42f24;
}

.school-list dl:hover {
    border: 1px #017fe0 solid;
    transition: 0.2s;
}

.school-list dl:hover dt {
    color: #017fe0;
}

.school-list dl:hover img {
    filter: hue-rotate(214deg);
}

/*--学院数字图书馆end--*/
/*--数据库资源 （固定）--*/
.data-list {
    margin: -3px;
    color: #5f5f5f;
    background: #fff;
}

.data-list h3 {
    margin-top: 6px;
    padding: 0 3px;
    font-weight: lighter;
}

.data-list ul + h3 {
    margin-top: 10px;
}

.data-list ul {
    overflow: hidden;
}

.data-list li {
    float: left;
    width: 82%;
    height: 28px;
    /* margin: 3px; */
    line-height: 26px;
    /* border:#DADADA solid 1px; */
}

.data-list li.d-try,
.data-list li.d-new {
    position: relative;
}

.data-list li.d-try a,
.data-list li.d-new a {
    padding-right: 20px;
}

.data-list li.d-try:after,
.data-list li.d-new:after {
    position: absolute;
    right: -2px;
    top: -2px;
    width: 16px;
    height: 30px;
    padding: 0;
    font-size: 12px;
    white-space: normal;
    line-height: 14px;
    text-align: center;
    color: #fff;
    background: url(../../images/site/data-type.png) -16px 0;
    content: "";
}

.data-list li.d-new:after {
    background: url(../../images/site/data-type.png) 0px 0;
}

.data-list li a {
    display: inline-block;
    width: 100%;
    padding: 0 5px;
    color: #5f5f5f;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.data-list li a:hover {
    /* color: #fff; */
    /* background: #da4039; */
    /* opacity: 1; */
    filter: alpha(opacity=100);
}

/*--数据库资源 end--*/
/*--猜你喜欢 文章列表（固定）--*/
.article-list {
    /* margin-bottom: -11px; */
    border: 1px #cfcfcf solid;
    padding: 10px;
    margin-top: 4px;
}

.article-list dl {
    margin-bottom: 10px;
    padding-bottom: 10px;
    position: relative;
    border-bottom: 1px dashed #cfcfcf;
}

.article-list dl:last-child {
    margin-bottom: 0;
    border-bottom: 0;
}

.article-list dt {
    overflow: hidden;
    height: 24px;
    text-overflow: ellipsis;
    font-size: 15px;
    line-height: 23px;
}

.article-list dt a {
    color: #000;
}

.article-list dd {
    display: inline-block;
    height: 22px;
    margin: 0;
    line-height: 22px;
    color: #666666;
}

.article-list dd:empty {
    height: auto;
}

/*--猜你喜欢 文章列表 end--*/
/*--最新资源 热门阅读 封面列表 （固定）--*/

.cover-list {
    height: 208px;
    /* border: 1px #f00 solid; */
    overflow: hidden;
    width: 1168px;
}

.cover-list ul:before, .cover-list ul:after {
    display: table;
    content: "";
    clear: both;
}

.cover-list ul {
    width: 100%;
    /* padding: 1px; */
}

.cover-list li {
    display: block;
    float: left;
    width: 10%;
    text-align: center;
}

.cover-list li a {
    position: relative;
    float: left;
    width: 100%;
    height: 224px;
    padding: 10px 0;
    display: inline-block;
}

.cover-list li:nth-child(6n) a {
    border-right: 0
}

.cover-list li img, .cover-list li span.default-cover {
    width: 108px;
    height: 150px;
    margin-bottom: 4px;
    border: 3px solid #fff;
    /* margin: 0 auto; */
    box-shadow: 0 0 0px 1px #ccc;
}

.cover-list li span {
    overflow: hidden;
    display: block;
    padding: 0 3px;
    height: 20px;
    font-size: 14px;
    line-height: 20px;
    white-space: nowrap;
    color: #000;
    text-align: left;
    text-overflow: ellipsis;
}

.cover-list li .default-cover span {
    color: #fff;
}

/*--最新资源 热门阅读 封面列表  end--*/

/*--服务系统（固定）--*/
.service-more {
    right: 10px !important;
}

.service-more a {
    font-size: 18px;
    line-height: 50px;
    color: #333 !important;
}

.service-list {
    /* margin: -10px; */
    width: 360px;
    margin-top: 9px;
}

.service-list ul {

}

.service-list ul:before, .service-list ul:after {
    display: table;
    content: "";
    clear: both;
}

.service-list li {
    float: left;
    width: 33.3333%;
    height: 103px;
    padding: 0;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    background: #fafafa;
}

.service-list li:nth-child(2n) {
    background: #f5f5f5;
}

.service-list li:nth-child(n+7) {
    background: #fafafa;
}

.service-list li:nth-child(2n+8) {
    background: #f5f5f5;
}

.service-list li:nth-child(n+13) {
    background: #fafafa;
}

.service-list li:nth-child(2n+14) {
    background: #f5f5f5;
}

.service-list li:nth-child(n+19) {
    background: #fafafa;
}

.service-list li:nth-child(2n+19) {
    background: #f5f5f5;
}

.service-list a {
    position: relative;
    display: block;
    height: 100%;
    padding: 10px 0;
    color: #777;
    text-align: center;
    border: 0px solid transparent;
    transition: all .3s;
    -webkit-transition: all .3s;
}

.service-list a:hover {
    border: 5px solid rgba(0, 0, 0, .1);
    opacity: 1;
}

.service-list img {
    width: 53px;
    height: 53px;
    margin-bottom: 0;
}

.service-list span {
    display: block;
    line-height: 16px;
    text-align: center;
}

.service-list2 {
    height: 260px;
    margin: 30px 30px 30px 430px;
    border: 1px solid #e6e6e6;
}

.service-list2 h3 {
    display: inline-block;
    position: relative;
    top: -17px;
    margin-left: 13px;
    padding: 0 10px;
    font-size: 16px;
    font-weight: lighter;
    line-height: 30px;
    background: #fff;
}

.service-list2 ul {
    overflow: hidden;
    padding: 0 35px;
    zoom: 1;
}

.service-list2 li {
    float: left;
    width: 120px;
    margin-bottom: 25px;
    font-size: 14px;
}

.service-list2 li a {

    color: #8f8f8f;
}

/*--服务系统 end--*/
/*图书捐赠*/
.book-list li {
    line-height: 41px;
    border-bottom: 1px solid #f1f1f1;
}

.book-list li:before {
    display: inline-block;
    position: relative;
    top: -1px;
    width: 16px;
    height: 16px;
    margin: 0 5px 0 2px;
    background: url(../../images/site/icon-book.png) no-repeat;
    content: "";
    vertical-align: middle;
}

.book-list li a {
    color: #666;
}

/*--馆员推荐	课程文献中心	科研专题（固定）--*/
.lib-list {
    position: relative;
    overflow: hidden;
    margin: 0 -8px -5px;
}

.box-s .lib-list {
    margin: 0 -3px -5px;
}

.lib-list .title {
    display: none;
}

.lib-list dl, .lib-list .title, .lib-list .tab {
    overflow: hidden;
    float: left;
    width: 177px;
    margin: 0 5px;
}


.lib-list .pic {
    position: relative;
}

.lib-list .pic img {
    width: 177px;
    height: 112px;
}

.lib-list .pic .name {
    overflow: hidden;
    position: absolute;
    width: 100%;
    height: 28px;
    left: 0;
    bottom: 0;
    padding: 0 5px;
    font-size: 14px;
    line-height: 28px;
    color: #fff;
    font-weight: bold;
    background: rgba(0, 0, 0, 0.5);
    text-align: center;
    text-overflow: ellipsis;
}

.lib-list .list {
    padding: 10px 0;
}

.lib-list li {
    overflow: hidden;
    position: relative;
    height: 24px;
    padding-left: 20px;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: 24px;
}

.lib-list li:before {
    position: absolute;
    left: 5px;
    top: -1px;
    content: "\2022 ";
}

.lib-list li a {
    font-size: 14px;
    color: #444444;
}

.lib-list .l2 {
    width: 464px;
}

/*--馆员推荐	课程文献中心	科研专题 end--*/
/*--统计（固定）--*/

.stat {
    position: relative;
    /* margin: 0 10px; */
    padding: 10px 0 15px;
    background: #fff;
    clear: both;
}

.stat:before, .stat:after {
    display: table;
    content: "";
    clear: both;
}

.stat .col {
    position: relative;
    float: left;
    width: 160px;
    height: 151px;
    margin-right: -1px;
    padding: 0 20px;
    /* border-right: 1px solid #e6e6e6; */
    border-left: 1px solid #e6e6e6;
}

.stat .col:last-child {
    border-right: none;
}

.stat .col:first-child {
    border-left: none;
    width: 320px;
    padding-left: 0;
    padding-right: 26px;
}

.stat .col h5 {
    font-size: 18px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    color: #333;
    padding-left: 24px;
}

.stat .c-t {
    position: relative;
    padding: 0 10px;
}

.stat .c-t i {
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-right: 3px;
    vertical-align: middle;
    background: url(../../images/site/icon-stats.png) no-repeat;
    background: url(../../images/site/icon-stats-sm.png) no-repeat \9;
    background-size: cover;
    /*-ms-filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../../images/site/icon-stats.png',sizingMethod='scale');*/
    /*filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../../images/site/icon-stats.png', sizingMethod='scale');*/
    /*background-repeat: no-repeat;*/
}

.stat .c-t i.icon-s2 {
    background-position: -30px 0;
    background-position: -28x 0 \9;
}

.stat .c-t i.icon-s3 {
    background-position: -60px 0;
}

.stat .c-t .count {
    position: relative;
    margin-bottom: 5px;
    font-size: 24px;
    font-family: "Microsoft Yahei";
    font-weight: bold;
    line-height: 60px;
    text-align: center;
    margin-top: 26px;
}

.stat .c-t .more {
    position: absolute;
    left: 50%;
    /* bottom: 15px; */
    width: 100%;
    margin-left: -50%;
    text-align: center;
    color: #999999;
}

.stat .c-t .more b {
    margin: 0 2px;
    font-weight: bold;
}

.stat .c-g {
    width: 337px;
    padding: 0 10px;
}

.stat .c-b {
    width: 190px;
}

.stat .c-g .graph {
    overflow: hidden;
    height: 140px;
}

.stat .c-r b {
    color: #a21e1e;
    margin-left: 20px !important;
}

.stat .c-b b {
    color: #333;
}

.stat .c-g.c-b .graph {
    position: absolute;
    top: 0px;
    left: 20%;
    height: 90px;
    width: 130px;
    margin-left: -25px;
}

.stat .c-d {
    width: 257px;
}

.stat .c-d .graph {
    overflow: hidden;
    height: 70px;
}

.c-r h5 {
    padding-left: 0 !important;
    width: 112px;
    text-align: right;
    /* margin-right: 20px; */
    float: left;
}

.c-r .count {
    margin-top: 0 !important;
    float: left;
    line-height: 28px !important;
}

.c-r .more {
    position: static !important;
    /* padding-left: 218px; */
    width: 320px !important;
    margin-left: 0px !important;
    display: block;
    clear: both;
    text-align: left !important;
    padding-left: 55px;
    font-size: 14px;

}
/*.col .c-r:first-child {
    margin-bottom: 15px;
    border-bottom: 1px #e6e6e6 solid;
    padding-bottom: 18px;
    height: 70px;
}*/
.col .c-r {
    margin-bottom: 15px;
    border-bottom: 1px #e6e6e6 solid;
    padding-bottom: 18px;
    height: 70px;
}


/*--统计（固定）--*/


/*--首页尾部  专题 快熟链接 二维码 end--*/

#top {
    height: 36px;
    background-color: #053768;
    display: none;
}


li.wlc {
    float: left;
}

li.r-login {
    float: right !important;
}

#top-nav {
    margin-top: 64px;
}

#top-nav li {
    position: relative;
    float: left;
    padding: 0 5px;
    font-size: 16px;
    line-height: 40px;
}

#top-nav li a {
    padding: 0 8px;
    font-weight: bold;
}

#top-nav li.current a {
    color: #1191e5;
    font-weight: bold;
}

#top-nav .hs-sub {
    position: relative;
}

#top-nav .hs-sub > a {
    background: url(../../images/site/class-guid-arrow-w.png) no-repeat right center;
}

#top-nav .hs-sub > a:hover, #top-nav .hs-sub:hover > a {

    background-image: url(../../images/site/class-guid-arrow-w.png);

}

#top-nav .hs-sub:hover .sub1 {
    display: block;
    min-width: 100%;
    -webkit-animation: sub-up .3s;
    animation: sub-up .3s;
}

#top-nav .hs-sub ul li {
    height: 30px;
}

#top-nav .hs-sub ul li a {
    display: block;
    height: 30px;
    padding: 0 22px;
    font-size: 14px;
    line-height: 30px;
    white-space: nowrap;

}

#top-nav .hs-sub .sub1 {
    position: absolute;
    display: none;
    z-index: 10002;
    top: 50px;
    background: #fff;
    border-top: 3px solid #1279c4;
}

#top-nav .hs-sub .sub1 > li {
    position: relative;
    float: none;
    margin: 0;
}

#top-nav .hs-sub .sub1 > li:hover {
    background: #d4e5f8;
}

#top-nav .hs-sub .sub1 > li:hover .sub2 {
    display: block;
    -webkit-animation: sub-left .3s;
    animation: sub-left .3s;
}

#top-nav .hs-sub .hs-sub > a {
    background: url(../../images/site/top-nav-sub-arrow.png) no-repeat right 10px !important;
}

#top-nav .hs-sub .sub2 {
    display: none;
    position: absolute;
    left: 100%;
    top: 0;
    width: 115px;
    background: #f0e0c9;
}

#top-nav li.current:after {
    content: "";
    display: block;
    width: 30px;
    height: 4px;
    background-color: #1279c4;
    position: absolute;
    bottom: 28px;
    left: 50%;
    margin-left: -15px;
}

.top-pic {
    overflow: hidden;
    position: relative;
    width: 100%;
    margin-top: 0px;
    height: 388px;
}

.top-pic .pic-move {
    overflow: hidden;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 530px;
}

.top-pic .pic-move ul {
    position: relative;
    width: 100%;
}

.top-pic .pic-move li {
    overflow: hidden;
    float: left;
    width: 100%;
    position: absolute;
    height: 530px;
}

.top-pic .pic-move li img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 400px;
	
}

#searcher {
    position: absolute;
    /*height: calc(100% - 150px);
    min-height: 600px;*/
    left: 50%;
    top: 240px;
    width: 1200px;
    height: 170px;
    background-position: center top;
    /* background: transparent!important; */
    z-index: 10;
    /*background-color: #4673a6;*/
    margin-left: -600px;
    /* background: url("../../images/site/search-backg.png") no-repeat #4673a6; */
    background: none;
}

.index-top {
    position: relative;
    clear: both;
    height: 52px;
    /* margin-bottom: 30px; */
    margin-top: -52px;
    background: rgba(255, 255, 255, 0.6);
    z-index: 8;
}

.fast-link li {
    float: left;
    width: 106px;
    height: 100%;
    text-align: center;

}

.fast-link li a {
    display: inline-block;
    height: 100%;
    /* padding-top: 18px; */
    vertical-align: bottom;
}

.fast-link li img {
    width: 60px;
    height: 60px;
    margin-bottom: 5px;
}

.fast-link li .name {
    display: block;
    font-size: 14px;
    line-height: 24px;
    color: #ffffff;
}

.fast-link li a:hover {
    -webkit-filter: hue-rotate(90deg);
    filter: hue-rotate(180deg);
}


.part2 .m-box {
    /* float: right; */
    /* width: 858px; */
    /* height: 396px; */
    /* border: 1px #f00 solid; */
}

.part2 .common-data .m-box-title .more {
    /* left: 195px; */
}

.other-datalink {
    position: absolute;
    right: 0px;
    top: 5px;
}

.data-link {
    display: inline-block;
    width: 138px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    color: #333;
    z-index: 10;
    border: 1px solid #ccc;
    text-align: center;
    margin-right: 6px;
}

.data-link:hover {
    box-shadow: 0 5px 5px rgba(0, 0, 0, .1);
}

.data-link .red {
    color: #e61f19 !important;
}

.data-link img {
    vertical-align: text-bottom;
    padding-right: 5px;
}

.part2 .m-box + .m-box {
    float: right;
    width: 395px;
    min-height: 510px;
}

.part2 .m-box-title .h-intro {
    float: right;
}

.data-list {
    position: relative;
    float: left;
    width: 33.33%;
    color: #5f5f5f;
    background: transparent;
    left: 18px;
}

.data-list:nth-child(n+3) li {
    height: 32px;
    line-height: 32px;
    font-size: 14px;
}

.data-list:nth-child(n+3) {
    margin-bottom: 16px;
    width: 30%;
    /* margin-right: -2px; */
}

.data-list:nth-child(3):after {
    display: none;
}

.data-list:nth-child(4) {
    margin-bottom: 5px;
}

.data-list:nth-child(4):after {
    display: none;
}

.data-list:nth-child(5):after {
    display: none;
}

.data-list:after {
    /*position: absolute;*/
    /*top: 0;*/
    /*bottom: 0;*/
    /*right: 40px;*/
    /*border-right: 1px solid #e8e8e8;*/
    /*content: "";*/
}

.data-list h3 {
    padding: 0 3px;
    font-size: 15px;
    color: #333;
    line-height: 43px;
    font-weight: bold;
    width: 100%;
    /* border: 1px #f00 solid; */
}

.data-list h3 i {
    display: inline-block;
    width: 40px;
    height: 40px;
    margin-right: 5px;
    vertical-align: middle;
    margin-bottom: 5px;
}

.data-list h3 span {
    float: right;
    color: #999;
    font-size: 12px;
    cursor: pointer;
    margin-right: 50px;
}

.data-list h3 span a {
    color: #999;
}

.data-list h3 span a:hover {
    text-decoration: underline;
    color: #333;
}

.data-list h3 .icon-cn {
    background-image: url(../../images/site/icon-cn.png);
}

.data-list h3 .icon-en {
    background-image: url(../../images/site/icon-en.png);
}

.data-list h3 .icon-shi {
    background-image: url(../../images/site/icon-shi.png);
}

.data-list h3 .icon-zi {
    background-image: url(../../images/site/icon-zi.png);
}

.data-list ul {
    overflow: hidden;
}

.data-list li {
    height: 32px;
    font-size: 14px;
    line-height: 32px;
}

.data-list li:before {
    display: inline-block;
    position: relative;
    width: 4px;
    height: 4px;
    margin-right: 8px;
    background-color: #545454;
    border-radius: 100%;
    vertical-align: middle;
    content: "";
}

.data-list li.d-try,
.data-list li.d-new {
    position: relative;
}

.data-list li.d-try a,
.data-list li.d-new a {
    padding-right: 20px;
}

.data-list li.d-try:after,
.data-list li.d-new:after {
    position: absolute;
    right: -2px;
    top: -2px;
    width: 16px;
    height: 30px;
    padding: 0;
    font-size: 12px;
    white-space: normal;
    line-height: 14px;
    text-align: center;
    color: #fff;
    background: url(../../images/site/data-type.png) -16px 0;
    content: "";
}

.data-list li.d-new:after {
    background: url(../../images/site/data-type.png) 0px 0;
}

.data-list li a {
    display: inline-block;
    max-width: 90%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #545454;
    vertical-align: middle;
}

.data-box:after {
    content: "";
    display: block;
    clear: both;
}

.data-box {
    height: 372px;
    overflow: hidden;
}

.navqikan ul li {
    width: 50%;
    float: left;
}

.navqikan li:before {
    display: inline-block;
    position: relative;
    width: 4px;
    height: 4px;
    margin-right: 8px;
    background-color: transparent;
    border-radius: 100%;
    vertical-align: middle;
    content: "";
}

.navwenxian dl dt {
    float: left;
    width: 19%;
    margin-top: 10px;
}

.navwenxian dl dt b {
    padding-left: 4px;
}

.navwenxian dl dd {
    float: left;
    width: 81%;
    margin-top: 10px;
}

.navwenxian dl dd a {
    float: left;
    color: #666666;
    padding-right: 12px;
    padding-bottom: 10px;
}


.school-list ul {
    float: left;
    width: 100%;
    padding-left: 15px;
    /* border-right: 2px solid #1394dc; */
}

.school-list ul:last-child {
    border: 0;
}

.school-list:before, .school-list:after {
    display: table;
    content: "";
    clear: both;
}

.school-list li {

    padding-left: 20px;

    font-size: 16px;

    line-height: 50px;

    background: url(../../images/site/icon-fg.png) no-repeat 0 center;

    float: left;

    width: 165px;

    border-right: 2px #1394dc solid;
}

.school-list li a {
    display: inline-block;
    max-width: 90%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #333;
    vertical-align: bottom;
}

.search-bott {
    width: 100%;
    height: 120px;
    background: url("../../images/site/icon-bg.png") left repeat-x rgba(37, 84, 138, 0.5);
    position: absolute;
    bottom: 0px;
    left: 0;
}

.school-list li a:before {
    content: "";
    width: 16px;
    height: 16px;
    display: inline-block;
    background: url("../../images/site/pic-school.png") no-repeat;
    vertical-align: middle;
    margin-right: 6px;
    margin-top: -3px;
}

.part2-bg {
    width: 390px;
    height: 792px;
    background: url("../../images/site/part2-left.png") left center no-repeat;
    /* position: absolute; */
    /* left: -51px; */
    /* top: 410px; */
    /* z-index: -1; */
    margin-left: -51px;
}

.k-box {
    margin-top: 76px;
}

.m-box.s-box {
    margin-top: 50px;
    height: 256px;
    overflow: hidden;
}

#part3 {
    padding-top: 20px;
    /* border: 1px #f00 solid; */
    /* display: block; */
    clear: both;
    height: 320px;
    /* background: url("../../images/site/part3-bg.jpg") center no-repeat; */
}

#part3 .box-r .m-box-content {
    width: 418px;
}


.news .title a b {
    font-weight: normal;
}

.news .title a.current b:nth-of-type(1) {
    color: #060606;
    font-weight: bold;
}

.news .title a.current b:nth-of-type(2) {
    color: #060606;
    font-weight: bold;
}

.news .title a.current b:nth-of-type(3) {
    color: #060606;
    font-weight: bold;
}

.news .title a.current b:nth-of-type(4) {
    color: #060606;
    font-weight: bold;
}


.news-list li a span {
    display: block;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}
.news-list ul li:nth-of-type(1):before {
    content: "置顶";
    width: 40px;
    height: 20px;
    background-color: #060606;
    display: inline-block;
    position: absolute;
    left: 10px;
    top: 11px;
    font-size:12px;
    line-height: 20px;
    text-align: center;
    color: #fff;
    background-color: rgba(255, 149, 0, 1);
}
.news-list ul li:nth-of-type(2):before {
    content: "置顶";
    width: 40px;
    height: 20px;
    background-color: #060606;
    display: inline-block;
    position: absolute;
    left: 10px;
    top: 11px;
    font-size:12px;
    line-height: 20px;
    text-align: center;
    color: #fff;
    background-color: rgba(255, 149, 0, 1);
}
.news-list ul li:nth-of-type(3):before {
    content: "1";
    width: 20px;
    height: 20px;
    background-color: #060606;
    display: inline-block;
    position: absolute;
    left: 10px;
    top: 11px;
    line-height: 20px;
    text-align: center;
    color: #fff;
    background-color: rgb(106, 175, 228);
}


.news-list ul li:nth-of-type(4):before {
    content: "2";
    width: 20px;
    height: 20px;
    background-color: #71c2c0;
    display: inline-block;
    position: absolute;
    left: 10px;
    top: 7px;
    line-height: 20px;
    text-align: center;
    color: #fff;
    background-color: rgb(106, 175, 228);
}

.news-list ul li:nth-of-type(5):before {
    content: "3";
    width: 20px;
    height: 20px;
    background-color: #c68f8a;
    display: inline-block;
    position: absolute;
    left: 10px;
    top: 7px;
    line-height: 20px;
    text-align: center;
    color: #fff;
    background-color: rgb(106, 175, 228);
}

.news-list ul li:nth-of-type(6):before {
    content: "4";
    width: 20px;
    height: 20px;
    background-color: #e5d08b;
    display: inline-block;
    position: absolute;
    left: 10px;
    top: 7px;
    line-height: 20px;
    text-align: center;
    color: #fff;
    background-color: rgb(106, 175, 228);
}

.news-list ul li:nth-of-type(7):before {
    content: "5";
    width: 20px;
    height: 20px;
    background-color: #e5d08b;
    display: inline-block;
    position: absolute;
    left: 10px;
    top: 7px;
    line-height: 20px;
    text-align: center;
    color: #fff;
    background-color: rgb(106, 175, 228);
}

.news-list ul li:nth-of-type(8):before {
    content: "6";
    width: 20px;
    height: 20px;
    background-color: #e5d08b;
    display: inline-block;
    position: absolute;
    left: 10px;
    top: 7px;
    line-height: 20px;
    text-align: center;
    color: #fff;
    background-color: rgb(106, 175, 228);
}

.news-list li:first-child {
    height: 80px;
    background-color: #f9f9f9;
    padding-top: 4px;
    padding-bottom: 0px;
    padding-right: 10px;
    /* text-box: none; */
}

.news-list li:first-child .new-d {
    font-size: 12px;
    color: #939393;
    height: 38px;
    width: 100%;
    /* border: 1px #f00 solid; */
    line-height: 18px;
    white-space: normal;
}

.news-list li:first-child a span {
    font-size: 16px;
    font-weight: bold;
    color: #222;
    padding-right: 50px;
}

.news-list li:first-child a {
}

.news .title:before {
    content: "";
    display: inline-block;
    width: 12px;
    height: 30px;
    background: url("../../images/site/h-pic.png") center no-repeat;
    position: absolute;
    left: 0;
    top: -2px;
    background-size: auto 20px;
}

.news .title a.current {
    font-size: 24px;
    font-weight: normal;
}

#part3 .m-box-title .m-sel a.current b:nth-of-type(1) {
    color: #060606;
    font-weight: normal;
    font-size: 30px;
}

#part3 .m-box-title .m-sel a.current b:nth-of-type(2) {
    color: #060606;
    font-weight: normal;
    font-size: 30px;
}

#part3 .m-box-title .m-sel a.current b:nth-of-type(3) {
    color: #060606;
    font-weight: normal;
    font-size: 30px;
}

#part3 .m-box-title .m-sel a.current b:nth-of-type(4) {
    color: #060606;
    font-weight: normal;
    font-size: 30px;
}

#part3 .box-r .m-box-title h2 b:nth-of-type(1) {
    color: #060606;
    font-weight: normal;
    font-size: 30px;
}

#part3 .m-box-title .m-sel a b {
    font-weight: normal;
}


#part3 .box-r .m-box-title h2 b:nth-of-type(2) {
    color: #060606;
    font-weight: normal;
    font-size: 30px;
}

#part3 .box-r .m-box-title h2 b:nth-of-type(3) {
    color: #060606;
    font-weight: normal;
    font-size: 30px;
}

#part3 .box-r .m-box-title h2 b:nth-of-type(4) {
    color: #060606;
    font-weight: normal;
    font-size: 30px;
}

#part3 .m-box-title .m-sel a:nth-of-type(1) {
    padding-left: 18px;
}

#part3 .box-r .m-box-title h2 {
    padding-left: 18px;
    width: 200px;
    float: left;
}

#part3 .m-box-title .more a {
    font-size: 15px;
}

#part3 .box-r .m-box-title a.hyh {
    float: right;
    font-size: 15px;
    color: #999;
}

span.default-cover span {
    display: none;
}

#part1 .p-width {
    width: 100%;
    /* background: url("../../images/site/part1-bg.jpg") center no-repeat; */
    height: 480px;
    /* margin-top: -10px; */
    padding-top: 20px;
    padding-bottom: 20px;
}

#part2 .big-box:nth-of-type(2) {
    background: url("../../images/site/part2-bg1.png") right bottom no-repeat #f0f5f1;
    width: 100%;
    height: 500px;
    /* z-index: 999; */
}


#part2 .big-box:nth-of-type(4) {
    width: 100%;
    height: 320px;
    background: url("../../images/site/part2-bg2.jpg") bottom center no-repeat;
}


.line ul li {
    height: 10px;
    float: left;
}

.line ul li:nth-of-type(1) {
    background: #3c79c9;
    width: 10%;
}

.line ul li:nth-of-type(2) {
    background: #3c79c9;
    width: 10%;
}

.line ul li:nth-of-type(3) {
    background: #3c79c6;
    width: 7%;
}

.line ul li:nth-of-type(4) {
    background: #3c79c9;
    width: 13%;
}

.line ul li:nth-of-type(5) {
    background: #3c79c9;
    width: 10%;
}

.line ul li:nth-of-type(6) {
    background: #3c79c9;
    width: 50%;
}

.p2-left {
    position: absolute;
    top: 18px;
    /* left: 30px; */
    /* z-index: 1; */
    width: 100%;
}

#part2 {
    position: relative;
    z-index: 0;
    height: 386px;
}

.line {
    width: 100%;
    height: 10px;
    clear: both;
}

.school-list li:nth-of-type(5n) {
    border: none;
}

.m-box-title {
    position: relative;
    height: 36px;
    color: #333333;
    margin-bottom: 0;
    font-size: 20px;
    font-weight: lighter;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 24px;
    /*border-bottom: 1px solid #d9d8d4;*/
    padding-left: 14px;
}

.m-box-title h3:before {
    content: "";
    display: inline-block;
    width: 12px;
    height: 30px;
    background: url("../../images/site/h-pic.png") center no-repeat;
    position: absolute;
    left: 0;
    top: -2px;
    background-size: auto 20px;
}

.m-box-title h3 a {
    float: left;
    position: relative;
    height: 35px;
    top: -2px;
    padding: 0px;
    line-height: 30px;
    text-align: center;
    color: #252525;
    margin-right: 24px;
    font-size: 20px;
    font-weight: lighter;
}

.m-box-title h3 a.current {
    font-size: 24px;
}

.m-box-title h3 .more {
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 12px;
    font-weight: lighter;
}

.m-box-title h3 .more a {
    color: #888;
    line-height: 37px;
    margin-right: 0;
    font-size: 14px;
    font-weight: normal;
}

.mod-database {
    width: 748px;
    margin-right: 20px;
    float: left;
}

.mod-news {
    /* width: 440px; */
    float: right;
}

.mod-service {
    /* width: 424px; */
    float: left;
    margin-right: 20px;
}

.mod-college {
    width: 788px;
    float: right;
}

.mod-college .m-box-content {
    padding-bottom: 2px;
}

#part4 {
    height: 200px;
}

#part2:before {
    content: "";
    display: block;
    width: 828px;
    height: 358px;
    background: url("../../images/site/p-bg-left.png");
    overflow: hidden;
    position: absolute;
    left: 0;
    top: -160px;
    z-index: -1;
    opacity: 0.7;
}

#part1 {
    position: relative;
    z-index: 1;
}

#part2:after {
    content: "";
    display: block;
    width: 828px;
    height: 358px;
    background: url("../../images/site/p-bg-right.png");
    overflow: hidden;
    position: absolute;
    right: 0;
    bottom: -270px;
    z-index: -1;
    opacity: 0.7;
}

#part3 .m-box-title h3 a {
    cursor: pointer;
}

.search-box {
    padding-left: 46px;
}

.search-input .class-view {
    position: absolute;
    top: 6px;
    right: 341px;
}

.search-input .class-view2 {
    position: absolute;
    top: 6px;
    right: 341px;
}
/*党建、问卷链接*/
.link-banner{
    height: 112px;
    margin-top: 10px;
}
.link-dj{
    float: left;
}
.link-wj{
    float: right;
    margin-top: 22px;
}